home *** CD-ROM | disk | FTP | other *** search
- Path: tech.cftnet.com!usenet
- From: Marc Donovan <ams@cftnet.com>
- Newsgroups: comp.lang.c++
- Subject: Re: BC++5.0 Program doesn't compile (see text)
- Date: Thu, 11 Apr 1996 22:57:08 GMT
- Organization: CFTnet
- Message-ID: <4kk2il$mv8@tech.cftnet.com>
- References: <31643314.794BDF32@nac.telco.com> <31659E8D.1AE5@rpa.net> <3165DEFC.1076@tdl.com>
- NNTP-Posting-Host: ppp248_4.cftnet.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Martin Moore <moore@tdl.com> wrote:
-
- >Fred Mellender wrote:
- >>
- >> Hi,
- >>
- >> I was able to get the pgm below to compile. The only msg was to the
- >> effect that a pre-compiled header could not be created for vector.h,
- >> because it has (executable) code in it; this msg can be safely ignored.
- >> For what it is worth, I am successfully using a vector type in some code
- >> I am working on.
-
- >Hmm. My attempt to compile this snippet causes a message from the
- >compiler (in the compiler output screen) "Access Violation: Attempting
- >to access 0x2123233...". Then, when I try to recompile (if I don't end
- >and restart the IDE), it loops generating thousands of error messages on
- >the same file!
-
- I had the same problem. After 2 days work, I figured out that you
- need to create a new project file with the new IDE. Don't know why
- this works, but it has something to do with the old 4.5x .IDE file.
-
-
-
-
-